home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / multiedt.arj / DOSPROMP.BAT < prev    next >
DOS Batch File  |  1992-02-10  |  599b  |  16 lines

  1. : Some earlier versions of DOS did not support the @ECHO OFF command.
  2. : If you get a Bad command or file name, simply remove the "@" from the
  3. : next line.
  4. @Echo off
  5. : You can use the echo statement below on most versions of COMMAND.COM,
  6. : which will have the advantage of dropping down to the line below the
  7. : previously entered DOS command.  If using this looks bad, simply remove
  8. : the next line.
  9. Echo:
  10. Echo Type "EXIT" to return to Multi-Edit
  11. PROMPT (Multi-Edit)%PROMPT%
  12. : Check to see if 4Dos is being used as a command interpreter
  13. If "%1" == "__4DOS__" Goto Exit
  14. %comspec%
  15. :Exit
  16.